threading out造句
例句与造句
- Is also used to break threads out of operations like
还用于使线程跳出 - Wakes a thread out of any wait it might be in and causes a
将线程从它可能处于的任何等待中唤醒,并在目标线程中引发 - Breaks another thread out of its suspended state and causes it to resume execution
会中断另一线程的挂起状态并使之继续执行。与 - Can be used to break a thread out of blocking operations such as waiting for access to a synchronized region of code
可用于使线程跳出阻止操作(如等待访问同步代码区域) 。 - Breaks another thread out of the suspend state and causes the thread to resume execution , regardless of how many times
均会使另一个线程脱离挂起状态,并导致该线程继续执行。 - It's difficult to find threading out in a sentence. 用threading out造句挺难的
- Method wakes the destination thread out of any wait state it may be in and causes an exception to be raised
方法会将目标线程从其可能处于的任何等待状态中唤醒,并导致引发异常。 - Finally , as i discussed earlier , threads out of the server s control make it difficult to achieve an orderly shutdown
最后,正如我以前讨论过的,不受服务器控制的线程会造成有序关机很难实现。 - Property indicates the total amount of time that the system has taken the thread out of the wait state and given it priority on any processor
属性指示系统使该线程离开等待状态并在任何处理器上给予它优先级的时间总量。 - If an object has multiple resources , it s unnecessary to lock all threads out of the whole object in order to have one thread use only a subset of the thread s resources
如果一个对象拥有多个资源,就不需要只为了让一个线程使用其中一部分资源,就将所有线程都锁在外面。